notebook: Remove unused private member variable
authorBenjamin Otte <otte@redhat.com>
Tue, 19 Jul 2011 11:25:02 +0000 (13:25 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 20 Jul 2011 00:36:44 +0000 (02:36 +0200)
gtk/gtknotebook.c

index 16ccc7d72ce1cc937d7fed1a03ec40f240cdc345..8cf23c40c38becfe94dda1bd648fd39429877035 100644 (file)
@@ -164,7 +164,6 @@ struct _GtkNotebookPrivate
   guint          during_reorder     : 1;
   guint          focus_out          : 1; /* Flag used by ::move-focus-out implementation */
   guint          has_scrolled       : 1;
-  guint          have_visible_child : 1;
   guint          in_child           : 3;
   guint          need_timer         : 1;
   guint          show_border        : 1;
@@ -1189,7 +1188,6 @@ gtk_notebook_init (GtkNotebook *notebook)
   priv->button = 0;
   priv->need_timer = 0;
   priv->child_has_focus = FALSE;
-  priv->have_visible_child = FALSE;
   priv->focus_out = FALSE;
 
   priv->has_before_previous = 1;